home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
get_en1r
/
break.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1999-06-13
|
34KB
|
905 lines
VERSION 5.00
Begin VB.Form frmBreakThru
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
Caption = "Block"
ClientHeight = 5640
ClientLeft = 2865
ClientTop = 1515
ClientWidth = 3810
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Icon = "BREAK.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
PaletteMode = 1 'UseZOrder
ScaleHeight = 5640
ScaleWidth = 3810
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command3
Caption = "Pause"
Height = 255
Left = 1440
TabIndex = 15
Top = 5280
Width = 975
End
Begin VB.CommandButton Command2
Caption = "Exit"
Height = 255
Left = 2760
TabIndex = 14
Top = 5280
Width = 855
End
Begin VB.CommandButton Command1
Caption = "Play"
Default = -1 'True
Height = 255
Left = 240
TabIndex = 13
Top = 5280
Width = 975
End
Begin VB.Timer JoyTimer
Interval = 22
Left = 3060
Top = 5280
End
Begin VB.PictureBox picPaddle
Appearance = 0 'Flat
AutoRedraw = -1 'True
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 150
Left = 1560
Picture = "BREAK.frx":030A
ScaleHeight = 10
ScaleMode = 3 'Pixel
ScaleWidth = 48
TabIndex = 6
Top = 5160
Visible = 0 'False
Width = 720
End
Begin VB.PictureBox picBlack
Appearance = 0 'Flat
AutoRedraw = -1 'True
BackColor = &H00000000&
FillStyle = 0 'Solid
ForeColor = &H80000008&
Height = 855
Left = 240
ScaleHeight = 825
ScaleWidth = 2715
TabIndex = 8
Top = 4680
Visible = 0 'False
Width = 2745
End
Begin VB.PictureBox picBall
Appearance = 0 'Flat
AutoRedraw = -1 'True
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 120
Left = 1080
Picture = "BREAK.frx":047C
ScaleHeight = 8
ScaleMode = 3 'Pixel
ScaleWidth = 8
TabIndex = 7
Top = 5400
Visible = 0 'False
Width = 120
End
Begin VB.PictureBox picField
Appearance = 0 'Flat
BackColor = &H00000000&
ClipControls = 0 'False
ForeColor = &H80000008&
Height = 3975
Left = 135
ScaleHeight = 263
ScaleMode = 3 'Pixel
ScaleWidth = 234
TabIndex = 0
Tag = "/3d/"
Top = 1140
Width = 3540
Begin VB.Label lblGameOver
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "GAME OVER"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 315
Left = -30
TabIndex = 2
Top = 1260
Visible = 0 'False
Width = 3525
End
Begin VB.Image imgBlock
Appearance = 0 'Flat
Height = 210
Index = 0
Left = 960
Picture = "BREAK.frx":051E
Top = 360
Visible = 0 'False
Width = 300
End
Begin VB.Label lblPaused
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "PAUSED"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 315
Left = 0
TabIndex = 12
Top = 1740
Visible = 0 'False
Width = 3525
End
End
Begin VB.Timer Timer1
Enabled = 0 'False
Interval = 5
Left = 2520
Top = 5280
End
Begin VB.Label lblHiScore
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "0000"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Left = 1620
TabIndex = 11
Tag = "/3d/"
Top = 600
Width = 1875
End
Begin VB.Label Label4
Alignment = 1 'Right Justify
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "High Score:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 255
Left = 240
TabIndex = 10
Top = 600
Width = 1275
End
Begin VB.Label lblPoints
Alignment = 1 'Right Justify
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "0000"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 315
Left = 1140
TabIndex = 3
Top = 240
Width = 675
End
Begin VB.Label